home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1995-02-24 | 444 b | 19 lines | [TEXT/3PRM] |
- definition module dialogDef;
-
- // Version 0.8 to 1.0
-
- //
- // Dialog definitions
- //
-
- import dialogLayout;
-
-
- NoDefaultButton :== -3;
-
- NoticeDefToNoticeHandle :: !NoticeDef -> NoticeHandle s io;
- DialogDefToDialogHandle :: !DialogMode !(DialogDef s io)-> DialogHandle s io;
- DialogHandleToDialogDef :: !(DialogHandle s io) -> DialogDef s io;
-
- CalculateDialogLayout :: !DialogMode !(DialogDef s io)-> (!Int,!Int,!Int,!Int,!DialogDef s io);
-